home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 41 / Issue 41.iso / pc / PCSoftware / Infinite Interchange / Extras / DELSTALE.ZIP / DelStale.TXT < prev   
Encoding:
Text File  |  1999-10-24  |  1.7 KB  |  68 lines

  1. DelStale v1.1 Copyright (c) 1999 by Infinite Technologies
  2. =========================================================
  3.  
  4. This utility deletes accounts that have been inactive for a user-specified 
  5. number of days.
  6.  
  7. This file should be copied to the WebMail, InterChange or Voice directory.
  8.  
  9.  
  10. Syntax:
  11.  
  12.  DelStale [ -d ] [ -i ] [ -p ] days-since-last-activity
  13.  
  14.  
  15. Parameters:
  16.  
  17.  -d
  18.  
  19.    Use this option to delete the inactive accounts.  Without this option,
  20.    the inactive users are displayed, but not deleted.
  21.  
  22.  
  23.  -i
  24.  
  25.    By default, DelStale will not include accounts that have been inactive 
  26.    exactly 9999 days.  This option overrides the default and includes these
  27.    accounts.
  28.  
  29.    Versions of InterChange, WebMail, and Voice prior to November 23, 1998
  30.    would report that never-accessed acounts had been inactive for 9999 days.
  31.  
  32.  
  33.  -p
  34.  
  35.    Enable pass-thru mode.  Normally DelStale processes accounts by scanning
  36.    the database of defined users, when this option is set, DelStale scans
  37.    the Users directory instead.  Use this mode when users are passing-thru
  38.    to another mail server and you haven't configured the system to 
  39.    automatically define the users.
  40.  
  41.  
  42.  days-since-last-activity
  43.  
  44.    This is an integer value.
  45.  
  46.  
  47. Examples:
  48.  
  49.    Display a list of users that have been inactive 9 or more days:
  50.  
  51.      DelStale 9
  52.  
  53.  
  54.    Delete user accounts that have been inactive 9 or more days:
  55.  
  56.      DelStale -d 9
  57.      
  58.                                                            
  59.    Delete user accounts that have been inactive 9 or more days, include
  60.    accounts that have never been accessed:
  61.  
  62.      DelStale -d -i 9
  63.  
  64.  
  65.    Delete user directories that have been inactive for 9 or more days.
  66.  
  67.      DelStale -d -p 9
  68.